Upgrade Spring Boot from 3.3.3 to 3.5.8 #65
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR upgrades Spring Boot from version 3.3.3 to 3.5.8 following an incremental upgrade path (3.3.3 → 3.4.12 → 3.5.8). The upgrade includes:
mysql:mysql-connector-java:8.0.33tocom.mysql:mysql-connector-j(version managed by Spring Boot BOM, currently 9.5.0)java.versionpropertyReview & Testing Checklist for Human
AntPathRequestMatcher(marked for removal). Not addressed per upgrade guidelines, but should be tracked for future work.Recommended test plan: Deploy to a staging environment with MySQL, verify application startup, test login/authentication flows, and perform basic banking operations to ensure no regressions.
Notes
java.versionwas 17 but source/target were set to 1.8. This has been corrected.mvnwscript was made executable (mode change from 644 to 755).Link to Devin run: https://app.devin.ai/sessions/688a9eeffac84cbe97d4d0eb0b1a9b76
Requested by: Shawn Azman (@ShawnAzman)